Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AxisVertical: Inner Top label on position 0 #679

Conversation

Antiglobalist
Copy link

@Antiglobalist Antiglobalist commented Apr 29, 2024

Display the first label vertically within if the VerticalLabelPosition is set to Top.

Example of the required Chart
image

After applying the styles and with this change
image

Option to display a vertical bottom label inside. If the positioning is Top
@Antiglobalist Antiglobalist changed the title Update VerticalAxis.kt AxisVertical: Inner Top label on position 0 Apr 29, 2024
@Gowsky
Copy link
Member

Gowsky commented May 23, 2024

Hello @Antiglobalist, thank you for your contribution. We've identified some problems with the approach you've chosen:

  1. Incompatibility with top axis.

    image

  2. There's also the opposite problem with VerticalLabelPosition.Bottom. 15 should be displayed here, so the fix works both ways.

    image

This fix would have to be rewritten, so it's more universal. Would you be interested?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants